home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows News 2005 November
/
WNnov2005.iso
/
Windows
/
Equipement
/
hMailServer
/
hMailServer-4.1-Build-136.exe
/
{app}
/
PHPWebAdmin
/
theme
/
default
/
settings_smtp_antivirus.tpl
< prev
next >
Wrap
Text File
|
2005-07-17
|
2KB
|
45 lines
<br/>
<h1>{translate}settings_smtp_antivirus{/translate}</h1>
<form action="index.php" method="post" onSubmit="return formCheck(this);">
<input type="hidden" name="page" value="settings_smtp_antivirus">
<input type="hidden" name="function" value="dosave">
<table border="0" cellpadding="5" cellspacing="2" width="100%" id="settingstable">
<tr>
<td width="30%">{translate}use_clamwin{/translate}</td>
<td width="70%"><input style="border: 0px;" type="checkbox" name="ClamWinEnabled" value="1" {if $antivirus->ClamWinEnabled}checked{/if}></td>
</tr>
<tr>
<td>{translate}clamwinexecutable{/translate}</td>
<td><input type="text" name="ClamWinExecutable" size="55" value="{$antivirus->ClamWinExecutable}"></td>
</tr>
<tr>
<td>{translate}clamwindbfolder{/translate}</td>
<td><input type="text" name="ClamWinDBFolder" size="55" value="{$antivirus->ClamWinDBFolder}"></td>
</tr>
<tr>
<td>{translate}delete_email{/translate}</td>
<td><input type="radio" style="border: 0px;" name="Action" value="0" {if $antivirus->Action == 0}checked{/if}></td>
</tr>
<tr>
<td>{translate}notify_sender{/translate}</td>
<td><input type="checkbox" style="border: 0px;" name="NotifySender" value="1" {if $antivirus->NotifySender}checked{/if}></td>
</tr>
<tr>
<td>{translate}notify_receiver{/translate}</td>
<td><input type="checkbox" style="border: 0px;" name="NotifyReceiver" value="1" {if $antivirus->NotifyReceiver}checked{/if}></td>
</tr>
<tr>
<td>{translate}delete_attachment{/translate}</td>
<td><input type="radio" style="border: 0px;" name="Action" value="1" {if $antivirus->Action == 1}checked{/if}></td>
</tr>
<tr>
<td colspan="2" class="footerline"> </td>
</tr>
<tr>
<td colspan="2" align="right"><input type="submit" value="{translate}save{/translate}"></td>
</tr>
</table>
</form>